DRAW TO FRONT

This command will ensure all 2D activities such as drawing text, images and bitmaps are performed after the 3D has rendered, allowing you to overlap the screen with 2D content.

  Syntax
DRAW TO FRONT
  Returns

This command does not return a value.

  Description

This is the default behaviour.

  Example Code
MAKE OBJECT CUBE 1,100
DRAW TO FRONT
DO
TEXT 40,50,"2D IN FRONT OF 3D"
LOOP
  See also

CORE Commands Menu
Index